home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 March
/
PCWorld_2003-03_cd.bin
/
Software
/
Topware
/
activeperl
/
ActivePerl
/
Perl
/
eg
/
Windows Script Components
/
test.vbs
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-08-10
|
284 b
|
16 lines
Dim objTest
Set objTest = WScript.CreateObject("First.WSC")
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world"
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world again"
MsgBox objTest.SayHello, vbInformation, "Test"